Emacs shouldn't segfault when gcc expects -nopie
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 16 Oct 2016 23:25:47 +0000 (16:25 -0700)
committerRob Browning <rlb@defaultvalue.org>
Mon, 24 Oct 2016 17:57:07 +0000 (12:57 -0500)
commitf3fed65c40d2a1e32794cfc3b2c077f2eea52d5c
tree2ed60366d8f231a0c2082faf2c5a2e6a9b1e1503
parentc7e8cdc2eee113bf6d49f25c1ef6d9ef02f8f94b
Emacs shouldn't segfault when gcc expects -nopie

This upstream patch has been added:

  Port to Ubuntu 16.10, which needs gcc -nopie

  * configure.ac (emacs_cv_prog_cc_no_pie): Rename from
  emacs_cv_prog_cc_nopie.  All usages changed.  Check for -no-pie in
  preference to -nopie (Bug#24682).  Backport from master.

Origin: upstream, commit: 99892eeec8990884ef38601f14038ec6dc227741
Bug: https://debbugs.gnu.org/24682
Bug-Debian: https://bugs.debian.org/841551
configure.ac